<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
          content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>404</title>
    <style>
        #app {
            text-align: center;
            background: #FFFFFF;
        }

        #app .content {
            margin-top: 200px;
            color: #427bff;
        }

        #app .content h2 {
            font-size: 36px;
        }

        #app .content h4 {
            font-size: 30px;
        }

        a, a:link, a:visited, a:hover, a:active {
            text-decoration: underline;
            color: inherit;
        }
    </style>
</head>
<body>
<div id="app">
    <div class="content">
        <h2>404 (；′⌒`)</h2>
        <h4>你访问的页面不存在，推荐您浏览 <a href="http://www.yihonyiqi.com/about.html">祎鸿仪器企业介绍</a></h4>
    </div>
</div>
<script>
var _hmt = _hmt || [];
(function() {
  var hm = document.createElement("script");
  hm.src = "https://hm.baidu.com/hm.js?bf82163ce1ddbe99ea8d7ebae5a41b9a";
  var s = document.getElementsByTagName("script")[0]; 
  s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>